Skip to content

chore(deps): update all patch dependencies#5600

Merged
chenjiahan merged 2 commits intomainfrom
renovate/all-patch
Jul 16, 2025
Merged

chore(deps): update all patch dependencies#5600
chenjiahan merged 2 commits intomainfrom
renovate/all-patch

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jul 15, 2025

This PR contains the following updates:

Package Change Age Confidence
@rspress/plugin-algolia (source) 2.0.0-beta.20 -> 2.0.0-beta.21 age confidence
@rspress/plugin-client-redirects (source) 2.0.0-beta.20 -> 2.0.0-beta.21 age confidence
@rspress/plugin-llms (source) 2.0.0-beta.20 -> 2.0.0-beta.21 age confidence
@rspress/plugin-rss (source) 2.0.0-beta.20 -> 2.0.0-beta.21 age confidence
@types/node (source) ^22.16.3 -> ^22.16.4 age confidence
create-rstack 1.5.4 -> 1.5.5 age confidence
rspress (source) 2.0.0-beta.20 -> 2.0.0-beta.21 age confidence
svelte (source) ^5.36.0 -> ^5.36.2 age confidence

Release Notes

web-infra-dev/rspress (@​rspress/plugin-algolia)

v2.0.0-beta.21

Compare Source

Breaking Changes 🚨
🔥Remove builderPlugins, migrate to builderConfig.plugins

related PR: #​2371

We can already configure Rsbuild in builderConfig, there is another configuration that is confusing.

https://github.com/web-infra-dev/rspress/discussions/1891#discussioncomment-13729235

Migration step:

export default defineConfig({
-  builderPlugins: [
-      pluginFoo()
-  ],
+  builderConfig: {
+    plugins: [
+      pluginFoo()
+    ],
+  },
});
Expose type RspressPlugin from "rspress/core" packge

Related PR: #​2360

https://github.com/web-infra-dev/rspress/discussions/1891#discussioncomment-13762129

We do not want users to use our private package like @rspress/shared, only "rspress": "2.0.0" package is all your needed

before

import type { RspressPlugin } from '@​rspress/shared';
// package.json
{
  "devDependencies": {
       "rspress": "1.44.0",
       "@​rspress/shared": "1.44.0"
  }
}

after

import type { RspressPlugin } from 'rspress/core';
// package.json
{
  "devDependencies": {
       "rspress": "2.0.0",
  }
}
Details

For compatibility, @rspress/shared will still export RspressPlugin type, but using rspress/core and setting "rspress" as peerDependencies will make it less likely for your plugin to encounter type errors.

For example:

{
  "peerDependencies": {
     "rspress": "^2.0.0"
  }
}
What's Changed
New Features 🎉
Bug Fixes 🐞
Document 📖
Other Changes
New Contributors

Full Changelog: web-infra-dev/rspress@v2.0.0-beta.20...v2.0.0-beta.21

rspack-contrib/create-rstack (create-rstack)

v1.5.5

Compare Source

What's Changed

Full Changelog: rstackjs/create-rstack@v1.5.4...v1.5.5

sveltejs/svelte (svelte)

v5.36.2

Compare Source

Patch Changes
  • fix: add $effect.pending() to types (#​16376)

  • fix: add pending snippet to <svelte:boundary> types (#​16379)

v5.36.1

Compare Source

Patch Changes
  • fix: only skip updating bound <input> if the input was the source of the change (#​16373)

Configuration

📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@netlify
Copy link

netlify bot commented Jul 15, 2025

Deploy Preview for rsbuild ready!

Name Link
🔨 Latest commit a2ec1f5
🔍 Latest deploy log https://app.netlify.com/projects/rsbuild/deploys/6877162da0dbb9000849920d
😎 Deploy Preview https://deploy-preview-5600--rsbuild.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.
Lighthouse
Lighthouse
1 paths audited
Performance: 81
Accessibility: 97
Best Practices: 100
SEO: 100
PWA: 60
View the detailed breakdown and full score reports

To edit notification comments on pull requests, go to your Netlify project configuration.

@renovate renovate bot force-pushed the renovate/all-patch branch 2 times, most recently from e5b9ab7 to 09f1b24 Compare July 15, 2025 23:38
@renovate renovate bot force-pushed the renovate/all-patch branch from 09f1b24 to 5925e82 Compare July 16, 2025 02:38
@chenjiahan chenjiahan merged commit c22b316 into main Jul 16, 2025
12 checks passed
@chenjiahan chenjiahan deleted the renovate/all-patch branch July 16, 2025 03:08
@chenjiahan chenjiahan mentioned this pull request Jul 16, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant